home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Misc. / Class Administrator / LessonPlan / background_4268.txt < prev    next >
Text File  |  1987-12-04  |  2KB  |  95 lines

  1. -- background: 4268 from stack: in
  2. -- bmap block id: 5010
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=12 top=67 right=85 bottom=217
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 34
  16. -- text size: 12
  17. -- style flags: 256
  18. -- line height: 16
  19. -- part name: Date
  20. ----- HyperTalk script -----
  21. On MouseUp
  22.   Put the long date into field "Date"
  23. End MouseUp
  24.  
  25.  
  26. -- part 3 (field)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=110 top=96 right=115 bottom=498
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 34
  34. -- text size: 12
  35. -- style flags: 256
  36. -- line height: 16
  37. -- part name: Assignment
  38.  
  39.  
  40. -- part 5 (button)
  41. -- low flags: 80
  42. -- high flags: 0003
  43. -- rect: left=398 top=40 right=62 bottom=498
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 1009 / 1009
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: 
  52. ----- HyperTalk script -----
  53. on mouseStillDown
  54.   go home
  55. end mouseStilldown
  56.  
  57.  
  58.  
  59. -- part 7 (button)
  60. -- low flags: 00
  61. -- high flags: 0003
  62. -- rect: left=449 top=36 right=75 bottom=501
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 7012 / 7012
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Ideas
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   show card field "example"
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 10 (button)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=0 top=20 right=44 bottom=24
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 2162 / 2162
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: New Button
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   go to first card
  93. end mouseUp
  94.  
  95.